home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / lang / fpc09905c.lha / fpc / inc / os.inc < prev    next >
Text File  |  1998-09-21  |  1KB  |  43 lines

  1. {
  2.     $Id: os.inc,v 1.1.1.1 1998/03/25 11:18:47 root Exp $
  3.     This file is part of the Free Pascal run time library.
  4.     Copyright (c) 1993,97 by the Free Pascal development team.
  5.  
  6.     See the file COPYING.FPC, included in this distribution,
  7.     for details about the copyright.
  8.  
  9.     This program is distributed in the hope that it will be useful,
  10.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12.  
  13.  **********************************************************************}
  14. {$define amiga}
  15. {$undef go32v2}
  16. {$undef os2}
  17. {$undef linux}
  18. {$undef win32}
  19. {$undef macos}
  20. {$undef atari}
  21.  
  22. {
  23.   $Log: os.inc,v $
  24.   Revision 1.1.1.1  1998/03/25 11:18:47  root
  25.   * Restored version
  26.  
  27.   Revision 1.3  1998/01/30 13:22:24  carl
  28.    - undef amiga!
  29.  
  30.   Revision 1.2  1998/01/26 12:02:47  michael
  31.   + Added log at the end
  32.  
  33.  
  34.   
  35.   Working file: rtl/amiga/os.inc
  36.   description:
  37.   ----------------------------
  38.   revision 1.1
  39.   date: 1998/01/24 05:11:03;  author: carl;  state: Exp;
  40.     + initial revision
  41.   =============================================================================
  42. }
  43.